.p2p5-cta>a {
    display: block;
    width: 100%;
    min-height: 250px;
    text-align: center;
    padding: 64px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.p2p5-cta>a:hover,
.p2p5-cta>a:focus,
.p2p5-cta>a:active {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.9" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: opacity(90%);
    filter: opacity(90%);
}

.p2p5-cta>a>img {
    display: block;
    margin: 0 auto;
    padding-bottom: 1.5em;
}

@media screen and (max-width:767px) {
    .p2p5-cta {
        margin-bottom: 5px;
    }
}